home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / boot / selector90.lha / Selector / install / getinfo < prev    next >
AmigaDOS Script File  |  1998-10-14  |  417b  |  27 lines

  1. .key fil,source,dest
  2. .def source /tools/
  3. .def dest C:
  4. .bra {
  5. .ket }
  6.  
  7. echo " {fil}"
  8. echo " "
  9. echo "Version to install: " noline
  10. /tools/getver {source}{fil} words
  11.  
  12. echo "Version currently installed: " noline
  13. /tools/getver {dest}{fil} words
  14. echo "Destination: {dest}"
  15.  
  16.  
  17. unsetenv ropa
  18. list >env:ropa /tools/docs/{fil}#? lformat %n
  19.  
  20. if "$ropa" EQ ""
  21.     echo " "
  22.     {source}{fil} ?
  23. else
  24.     run >nil: execute readdoc $ropa
  25. endif
  26.  
  27.